@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Text&display=swap');

/* FONTS 



.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}


.source-serif-4-<uniquifier> {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    // <weight>: Use a value from 200 to 900
    // <uniquifier>: Use a unique and descriptive class name

}


.libre-barcode-39-text-regular {
  font-family: "Libre Barcode 39 Text", system-ui;
  font-weight: 400;
  font-style: normal;
}


*/

/* scroll to top button */


.quote{
    font-family: "Great Vibes", cursive, Arial, Helvetica, sans-serif;
    font-size: 3em !important;
    color: rgb(255, 164, 164);
}


.barcode{
    font-family: 'Libre Barcode 39 Text', 'Arial', 'Helvetica', sans-serif;
    font-size: 2em;
}

.topbutton {
    position: fixed;
    bottom: 1em;
    left: 1em;
    z-index: 1000;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    background-color: transparent;
}

.topbutton img {
    background-color: white;

    width: 2em; 
    height: 2em;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.topbutton img:hover {
    transform: scale(1.2);
}


html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


body{
    display: flex;
    flex-direction: column;
    margin: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9),rgb(19, 19, 19)),url(../GIFFILES/flowerPattern2.gif) !important;
    background-size: 5em;
}

*{
    box-sizing: border-box;
}

#menu-toggle{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.5em !important;

    background: transparent !important;
    border: none !important;

    transition: all 0.2s ease-in-out !important;

}

#menu-toggle:hover{
    background-color: rgb(0, 0, 0) !important;
    border-radius: 50% !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.mobileNavBar{
    display:none;
}

.desktopNavBar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0em 1em 0em 1em;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)),url(../IMGFILES/elegantRoses.png);
    background-size: 20em;
    color: white;
    a{
        color: white;
    }
    
}

.desktopNavBar ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

.desktopNavBar ul li{
    padding: 0.5em;

    a{
        border-radius: 0px !important;
    }
}

p{
    color: white;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Source Serif 4", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: white ;
}

h1{
    font-size: 3em;
    padding: 1em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    
}

h2{
    padding: 1em;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}


*{
    font-family: "Source Serif 4", Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;

}

a{
    text-decoration: none;
    color: rgb(219, 219, 219);
    transition: all 0.2s ease-in-out;
    padding: 1em;

}

a:hover{
    color: rgb(255, 255, 255);
    text-shadow: 3px 3px 5px white;
    font-size: 1.1em;
    transition: all 0.2s ease-in-out;
}

aside{
    display: flex;
    flex-direction: column;
    margin: 1em;
    padding: 2em;

    h2{
        padding: 1em 0em;
    }
    p{
        padding: 1em 0em;
    }
}

footer{
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)),url(../IMGFILES/elegantRoses.png);
    background-size: 20em;
    width: 100%;
    height: auto;
    padding: 2em;
    background-color: aqua;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    a{
        text-decoration: none;
        color: white;
        font-weight: bold;
    }
    ul{
        padding: 1em;
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    li{
        list-style-type: none;
        padding: 0.5em;
    }
}

.logo{
    width: 3em;
    height: 3em;
    border-radius: 50%;
      
}

.banner{
    align-items: center;
    display: flex;
    justify-content: center;

    background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), url(../GIFFILES/roseRain.gif);
    background-size: 100%;
    border-radius: 20px;
    margin: 0em 1em;
    img{
        padding: 1em;
        border-radius: 50%;
        max-width: 100%;
        max-height: 40vh;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }
   
}

.gallery{
    .buttons{
        display: grid;
        grid-template-columns: 1fr 5fr 1fr;
        align-items: center;
        justify-items: center;
        width: 100%;
        padding: 1em;
        img{
            width: 100%;
            height: auto;
        }
        button{
            border: none;
            background-color: transparent;
            img{
                width: 80%;
                height: auto;
            }
        }
    }
}


/* IMAGE VIEW STUFF */

.clickable-image {
    max-width: 300px;
    cursor: pointer;
    margin: 10px;
    transition: transform 0.2s;
}

.clickable-image:hover {
    transform: scale(1.02);
    box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.7);
}

/* Fullscreen overlay */
.fullscreen-overlay {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    text-align: center;
    padding: 2em;
}

.fullscreen-image {

    max-height: 90%;
    max-width: 90%;
    margin-top: 5vh;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/*GALLERY*/

.image-row-2{
    padding: 0em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    height: 30vh;
    margin: 1em;
    img{
        border-radius: 1em;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        overflow:hidden;

    }
}

.image-row-3{
    padding: 0em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    height: 30vh;
    margin: 1em;
    img{
        border-radius: 1em;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        overflow:hidden;

    }
}


.image-row-4{
    padding: 0em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    height: 30vh;
    margin: 1em;
    img{
        border-radius: 1em;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        overflow:hidden;

    }
}


.animated-rainbow-border {
    border: 0.25em solid transparent;
    background: 
        linear-gradient(rgb(16, 16, 16), rgb(36, 36, 36)) padding-box,
        linear-gradient(270deg, 
            #ff0080, #ff0606, #630f0f, #1f0c0c, #000000, #ff0000
        ) border-box;
    background-size: 200% 200%;
    background-position: 0% 50%;
    animation: rainbow-border 3s linear infinite;
}

@keyframes rainbow-border {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.order{
    padding: 1em;
    background: linear-gradient(rgba(29, 29, 29, 0.8), rgba(8, 8, 8, 0.9)), url(../GIFFILES/circle\ flowerw.gif);
    background-size: 100%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    p{
        text-align: center;
        padding: 1em;
        font-size: 1.5em;
    }
    a{
        padding: 0em;
        color: purple;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    }
    a:hover{
        all:unset;
    }
}
@media (max-width: 768px) {
    .desktopNavBar{
        display: none;
    }

    h1,h2,h3,h4,h5,h6{
        text-align: center;
    }

    .mobileNavBar{
        display: block;
        flex-direction: column;
        padding: 1em 2em !important;

        align-items: center;
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)),url(../IMGFILES/elegantRoses.png);
        background-size: 20em;
        color: white;
        a{
            padding: 0em;
            color: white;
        }

    }

    .mobileNavBar ul{
        list-style-type: none;
        flex-direction: column;
        align-items: center;
        padding: 0em;
        width: 100%;
    }


    .mobileNavBar ul li{
        padding: 0.5em;

        a{
            border-radius: 0px !important;
        }
    }

    .mobileNavBar .nav-header{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-links{
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-links.active{
        max-height: 15em;
    }

    footer{
        ul{
            display: flex;
            flex-direction: column;
        }
    }

    .image-row-2{
        margin: 0em;
        padding: 1em ;
        display: flex;
        flex-direction: column;
        height: unset !important;
        align-items: center;
        justify-content: space-evenly;
        img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    .image-row-3{
        margin: 0em;
        padding: 1em ;
        display: flex;
        flex-direction: column;
        height: unset !important;
        align-items: center;
        justify-content: space-evenly;
        img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    .image-row-4{
        margin: 0em;
        padding: 1em ;
        display: flex;
        flex-direction: column;
        height: unset !important;
        align-items: center;
        justify-content: space-evenly;
        img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    .clickable-image{
        pointer-events: none;
    }

    .quote{
        font-size: 1.25em !important;
        text-align: center !important;
        padding: 2em 0.5em !important;
        margin: 1em 0em !important;
    }
    .order{
        p{
            font-size: 1.25em;
            text-align: justify !important;
        }
    }
}
